home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / slctomat.zip / SLCTOMAT.TXT < prev   
Text File  |  1991-07-19  |  4KB  |  124 lines

  1.  
  2.        SLCTOMAT.TXT
  3.  
  4.        SLCTOMAT.EXE (The SELECT-O-MATIC program) takes a standard ASCII
  5.        file and randomly selects one of the lines.
  6.  
  7.  
  8.        Instructions for use of SLCTOMAT.EXE:
  9.  
  10.        SLCTOMAT <filename.ext> [optional switches]
  11.  
  12.        Optional switches:
  13.  
  14.        SOUND
  15.        NOREPEAT
  16.  
  17.  
  18.  
  19.       ******************************************************************
  20.       *******************    CREATING A TEXT FILE   ********************
  21.       ******************************************************************
  22.  
  23.        SELECT-O-MATIC uses any standard ASCII file as the input file.
  24.        To to create a standard ASCII file from the DOS prompt, type:
  25.  
  26.                 COPY CON <filename.ext>
  27.  
  28.        where <filename.ext> is replaced with the name that you want to
  29.        give to the file.  For example, If you want randomly pick
  30.        where you are going to eat lunch, you could give the file the
  31.        name LUNCH.  To create the file LUNCH you would type:
  32.  
  33.                 COPY CON LUNCH
  34.  
  35.        and then you would press the ENTER/RETURN key.
  36.  
  37.        From the line directly beneath the 'COPY CON ...' line, type
  38.        in your first choice.  For our example, you might want to type
  39.        in PIZZA.  Press the ENTER/RETURN key.
  40.  
  41.        Continue typing in the choices and pressing the ENTER/RETURN
  42.        key until you have entered all of the choices you want.
  43.  
  44.        From the blank line beneath your last choice press the F6 key.
  45.        This will place a ^Z on that line.  Now press the ENTER/RETURN
  46.        key.  You should see the message:
  47.  
  48.                    1 File(s) copied
  49.  
  50.        Now you can type:
  51.  
  52.                 SLCTOMAT LUNCH
  53.  
  54.        And press the ENTER/RETURN key to start the program.
  55.  
  56.  
  57.       ******************************************************************
  58.       *********************    OPTIONAL SWITCHES   *********************
  59.       ******************************************************************
  60.  
  61.        If you want to turn on the sound on while you use
  62.        SELECT-O-MATIC with the LUNCH file, type:
  63.  
  64.                  SLCTOMAT LUNCH SOUND
  65.  
  66.        SELECT-O-MATIC can also be ran so that it will not repeat any of
  67.        the choices.  An example of how this can be used is the splitting
  68.        up of sixteen golfers into four foursomes.  Create the text file
  69.        of the sixteen golfers using the COPY CON command:
  70.  
  71.        COPY CON GOLFERS
  72.        STEVE
  73.        MITCH
  74.        ELIZABETH
  75.        .
  76.        .
  77.        .
  78.        MIKE
  79.        LARRY
  80.        DEBBIE
  81.        DAVE
  82.        BILL
  83.  
  84.        Then press the F6 key and then the ENTER/RETURN key (see above).
  85.  
  86.        Now type:
  87.  
  88.                SLCTOMAT GOLFERS NOREPEAT
  89.  
  90.        After the first golfer, for the first foursome is chosen,
  91.        the message at the bottom of the screen will read:
  92.  
  93.         Press ESC to quit, any other key to start over.
  94.  
  95.        Press any key besides ESC, and SELECT-O-MATIC will choose the
  96.        next player from the remaining fifteen golfers.  Continue until
  97.        all sixteen players have been chosen.
  98.  
  99.        After the last golfer has been chosen a message will appear
  100.        in the middle of your screen saying:
  101.  
  102.               All items were selected....
  103.  
  104.        ***************************************************************
  105.  
  106.        SELECT-O-MATIC does not alter the input text files, it only
  107.        reads them.
  108.  
  109.        Pressing the escape (ESC) key at any time while running
  110.        SELECT-O-MATIC will stop the program, and exit to DOS.
  111.  
  112.        If you find this program useful please send a donation ($5.00
  113.        minimum) to:
  114.  
  115.        TE Software
  116.        PO Box 1212
  117.        Spfld., IL 62705
  118.  
  119.        Make checks payable to Bill Tober.    
  120.        
  121.        I will send you a diskette with other programs that I've
  122.        created.  Thank You - Bill Tober
  123.  
  124.